home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / recent1 / alink85.readme < prev    next >
Text File  |  1997-05-23  |  3KB  |  77 lines

  1. Short:    TI-85 Link software. Transfer variables/backups 
  2. Uploader: Shawn D'Alimonte <sdalimon@ee.ryerson.ca>
  3. Type:     comm/misc
  4. Requires: ixemul.library 45+, TI-85 calculator
  5. Authour:  Shawn D'Alimonte <sdalimon@ee.ryerson.ca>
  6.  
  7. ALink85 By Shawn D'Alimonte
  8. ===========================
  9. Copyright ©1997 Shawn D'Alimonte and ©1996 Jani Halme
  10.  
  11. This program is covered by the GNU general license.  See included
  12. file COPYING for more information.
  13.  
  14. Thanks to Jani Halme and Per Finander for writing the useful code
  15. that much of this package is based on.  See Acknowledgements in 
  16. ALink85.doc for more info.
  17.  
  18. What is it?
  19. ===========
  20. This is a link program to allow the transfer of variables and backups
  21. between a Texas Instruments TI-85 calculator and and Amiga.  Currently only
  22. the $4 Serial link is supported as that is the one I have.
  23. I have also writen a crummy screen dump program.
  24.  
  25. The plans for the link should be in the archive, but if not get the from
  26. www.ticalc.org
  27.  
  28. Supporting other link adaptors should be fairly easy by re-writing
  29. getport(), setport() and initport() in tiport.c.  See Compiling section for
  30. more info.
  31.  
  32. Why?
  33. ====
  34. Because I was sick of useing Link85X under an old version of PC-Task.  It
  35. was slow, and only handled .85g and .85b files.  All others had to be
  36. renamed to .85g.  
  37.  
  38. Requierments
  39. ============
  40. ·Amiga - Should work on any amiga, tell me if it doesn't
  41. ·TI-85 calculator
  42. ·$4 serial link cable
  43.    or another link cable and new port routines in tiport.c
  44. ·ixemul.library version 45 or higher.  ftp.ninemoons.com is the best
  45.    source for this as they always have the latest version
  46. ·Voltmeter if you want to test your link with linktest
  47. ·For prtscrn a Preferences supported printer that can print 128 
  48.    columns of text (In Fine pitch >16 cpi)
  49.  
  50. Contents
  51. ========
  52. send85        -Sends variables to calculator
  53. recv85        -Receives variables from calculator
  54. test/linktest    -Tests outputs of link cable
  55. test/recvtest    -Shows received bytes
  56. prtscrn        -Prints calculator screen using X's
  57. src/        -Source code
  58. TIDocs/        -The documentation I used while writing this program
  59.  
  60. History
  61. =======
  62. ver 0.9 - Last weekend
  63.     First working version
  64. ver 1.0 May 21, 1997
  65.     0.9 worked fine with files received by it, but not true #?.85? 
  66.     files because I forgot about word ordering.  Two days later I 
  67.     got it all.  I hope :-)
  68.     Wrote prtscrn just to see if I could do it.
  69.     Added timeout routines to tiport.c
  70.  
  71. Author
  72. ======
  73. Send bugs reports, suggestions, comments, money :-)  to:
  74. Shawn D'Alimonte
  75. aa600@torfree.net
  76. sdalimon@ee.ryerson.ca (For a few years anyway)
  77.